Routes an entity read request to the underlying data store, so that all TEntity entities are obtained.

Name Description
Get(TFilteringCriteria) Routes an entity read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained.
Get(TFilteringCriteria, TOrderingCriteria) Routes an entity read request to the underlying data store, so that all TEntity entities in compliance with the TFilteringCriteria are obtained in the order defined by TOrderingCriteria.
Get(TFilteringCriteria, TOrderingCriteria, TPagingCriteria) Routes an entity read request to the underlying data store, so that the TEntity entities in the read segment defined by TPagingCriteria and in compliance with the TFilteringCriteria are obtained in the order defined by TOrderingCriteria.